createkubertetesbinariesiso: Saving images in network and dashboard yaml#4459
Conversation
6095906 to
453615b
Compare
453615b to
208ad44
Compare
208ad44 to
83b611f
Compare
|
Nice! Thanks @davidjumani. Will test this out |
4860f60 to
bf3c782
Compare
|
@davidjumani should this go in 4.14? And do we need to make any change in docs (added a new param for script)? |
| for i in ${network_conf_file} ${dashboard_conf_file} | ||
| do | ||
| images=`grep "image:" $i | cut -d ':' -f2- | tr -d ' ' | tr -d "'"` | ||
| output=`printf "%s\n" ${output} ${images}` |
There was a problem hiding this comment.
printf has only one specifier in the format and two arguments. What is intended here?
There was a problem hiding this comment.
It's a simpler way of doing printf "%s\n%s\n" ${output} ${images} :D
There was a problem hiding this comment.
ok, never encountered that before, tnx
bf3c782 to
efb11c9
Compare
@shwstppr Don't think it's needed as it's an optional parameter and used in automated build jobs |
| # specific language governing permissions and limitations | ||
| # under the License. | ||
|
|
||
| set -e |
There was a problem hiding this comment.
🇹🇷 red flag ;) but fine by me. we allow this script to exit and leave garbage behind. in view of the function of this script fine. (a comment or so would be appropriate, i think)
|
@blueorangutan package |
|
@DaanHoogland a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔centos7 ✖centos8 ✔debian. JID-2407 |
|
@blueorangutan test |
|
@DaanHoogland a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
Trillian test result (tid-3213)
|
Description
Downloads images int the network and dashboard yaml while creating the kubernetes binaries iso
This step was skipped, so bringing up a cluster on a node that does not have access to the internet failed since the weavenet and dashboard images were not found locally
Types of changes
How Has This Been Tested?